update
open fun update(@NonNull uri: @NonNull Uri, @NonNull values: @NonNull ContentValues, @Nullable selection: @Nullable String, selectionArgs: @Nullable Array<String>): Int(source)
By default, this method throws an UnsupportedOperationException. You must subclass FileProvider if you want to provide different functionality.